luci-app-banIP: sync with release 1.5.3-1
authorDirk Brenken <[email protected]>
Fri, 28 Feb 2025 15:59:02 +0000 (16:59 +0100)
committerDirk Brenken <[email protected]>
Fri, 28 Feb 2025 15:59:02 +0000 (16:59 +0100)
Signed-off-by: Dirk Brenken <[email protected]>
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js

index 366d282f08301e2a3817b2374c2942c5cd5468ed..02b00c04dc10c3cd282c69aa7e260e3f32845718 100644 (file)
@@ -408,13 +408,13 @@ return view.extend({
 
                o = s.taboption('adv_chain', form.ListValue, 'ban_icmplimit', _('ICMP-Threshold'), _('ICMP-Threshold in packets per second to prevent WAN-DoS attacks. To disable this safeguard set it to \'0\'.'));
                o.value('0');
-               o.value('10');
+               o.value('25');
                o.value('50');
                o.value('100');
                o.value('250');
                o.value('500');
                o.value('1000');
-               o.default = '10';
+               o.default = '25';
                o.placeholder = _('-- default --');
                o.create = true;
                o.optional = true;